Codice prodotto dal processo di collegamento.
| Indirizzo primo byte | Mnemonico Assembly | Codice Oggetto (hex) |
| 0 | descrittore di main | 0x00 0x01 0x00 0x03 |
| 4 | BIPUSH 1 | 0x10 0x01 |
| 6 | ISTORE 1 | 0x36 0x01 |
| 8 | BIPUSH 3 | 0x10 0x03 |
| 10 | ISTORE 2 | 0x36 0x02 |
| 12 | ILOAD 1 | 0x15 0x01 |
| 14 | LDC_W 1 | 0x13 0x00 0x01 |
| 17 | ISUB | 0x64 |
| 18 | IFLT +19 | 0x9B 0x00 0x13 |
| 21 | BIPUSH 5 | 0x10 0x05 |
| 23 | LDC_W 0 | 0x13 0x00 0x00 |
| 26 | ILOAD 2 | 0x15 0x02 |
| 28 | IADD | 0x60 |
| 29 | INVOKEVIRTUAL 2 | 0xB6 0x00 0x02 |
| 32 | ISTORE 3 | 0x36 0x03 |
| 34 | GOTO +15 | 0xA7 0x00 0x0F |
| 37 | ILOAD 2 | 0x15 0x02 |
| 39 | BIPUSH 5 | 0x10 0x05 |
| 41 | ILOAD 1 | 0x15 0x01 |
| 43 | INVOKEVIRTUAL 2 | 0xB6 0x00 0x02 |
| 46 | IADD | 0x60 |
| 47 | ISTORE 3 | 0x36 0x03 |
| 49 | NOP | 0x00 |
| 50 | descrittore di PROVA | 0x00 0x02 0x00 0x01 |
| 54 | ILOAD 1 | 0x15 0x01 |
| 56 | BIPUSH 2 | 0x10 0x02 |
| 58 | IADD | 0x60 |
| 59 | ISTORE 2 | 0x36 0x02 |
| 61 | ILOAD 2 | 0x15 0x02 |
| 63 | IRETURN | 0xAC |